07. API Documentation

Check the documentation for the Places API and match the functionality that exists in it.
Places API: https://developers.google.com/places/android-api/reference

SOLUTION:
  • `getCurrentPlace`
  • `getPlacePhotos`

Check the documentation for the Location API and match the functionality that exists in it.
Location API: https://developer.android.com/reference/android/location/Location.html

SOLUTION:
  • `getLatitude`
  • `getBearing`